home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 January / Chip_2004-01_cd1.bin / software / voice / voicenotes.exe / {app} / VoiceNotes.exe / 0 / RCDATA / TJOURNALFORM / TJOURNALFORM.txt
Encoding:
Text File  |  2003-02-06  |  2.4 KB  |  124 lines

  1. object JournalForm: TJournalForm
  2.   Left = 274
  3.   Top = 135
  4.   BorderStyle = bsDialog
  5.   Caption = 'FlashFiler Journal Recovery'
  6.   ClientHeight = 193
  7.   ClientWidth = 536
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Panel1: TPanel
  15.     Left = 0
  16.     Top = 0
  17.     Width = 427
  18.     Height = 193
  19.     Align = alLeft
  20.     TabOrder = 0
  21.     object Bevel1: TBevel
  22.       Left = 1
  23.       Top = 1
  24.       Width = 425
  25.       Height = 191
  26.       Align = alClient
  27.     end
  28.     object CompletenessLabel: TLabel
  29.       Left = 15
  30.       Top = 16
  31.       Width = 257
  32.       Height = 24
  33.       Alignment = taCenter
  34.       Caption = 'Incomplete Journal File Found'
  35.       Font.Color = clWindowText
  36.       Font.Height = -19
  37.       Font.Name = 'MS Sans Serif'
  38.       Font.Style = []
  39.       ParentFont = False
  40.     end
  41.     object ActionLabel: TLabel
  42.       Left = 16
  43.       Top = 152
  44.       Width = 370
  45.       Height = 24
  46.       Alignment = taCenter
  47.       Caption = 'Recovery is impossible.  File will be deleted.'
  48.       Font.Color = clWindowText
  49.       Font.Height = -19
  50.       Font.Name = 'MS Sans Serif'
  51.       Font.Style = []
  52.       ParentFont = False
  53.     end
  54.     object ExceptionLabel: TLabel
  55.       Left = 16
  56.       Top = 128
  57.       Width = 73
  58.       Height = 13
  59.       Caption = 'ExceptionLabel'
  60.     end
  61.     object FilenameLabel: TLabel
  62.       Left = 16
  63.       Top = 104
  64.       Width = 68
  65.       Height = 13
  66.       Caption = 'FilenameLabel'
  67.     end
  68.     object PathLabel: TLabel
  69.       Left = 16
  70.       Top = 80
  71.       Width = 48
  72.       Height = 13
  73.       Caption = 'PathLabel'
  74.     end
  75.     object AliasLabel: TLabel
  76.       Left = 16
  77.       Top = 56
  78.       Width = 48
  79.       Height = 13
  80.       Caption = 'AliasLabel'
  81.     end
  82.   end
  83.   object Panel2: TPanel
  84.     Left = 429
  85.     Top = 0
  86.     Width = 107
  87.     Height = 193
  88.     Align = alRight
  89.     TabOrder = 1
  90.     object OKBtn: TBitBtn
  91.       Left = 16
  92.       Top = 16
  93.       Width = 75
  94.       Height = 25
  95.       Caption = 'OK'
  96.       Default = True
  97.       ModalResult = 1
  98.       TabOrder = 0
  99.       NumGlyphs = 2
  100.     end
  101.     object RollbackBtn: TBitBtn
  102.       Left = 16
  103.       Top = 56
  104.       Width = 75
  105.       Height = 25
  106.       Cancel = True
  107.       Caption = '&Rollback'
  108.       ModalResult = 2
  109.       TabOrder = 1
  110.       NumGlyphs = 2
  111.     end
  112.     object PrintBtn: TBitBtn
  113.       Left = 16
  114.       Top = 160
  115.       Width = 75
  116.       Height = 25
  117.       Caption = '&Print'
  118.       TabOrder = 2
  119.       OnClick = PrintBtnClick
  120.       NumGlyphs = 2
  121.     end
  122.   end
  123. end
  124.